MOVE to CCR

MOVE

to CCR

Operation:
Source -->; CCR

Compatibility: 68000 Family

Assembler Syntax:
MOVE <ea>, CCR

Attributes: Size = (Word)

Description: Moves the low-order byte of the source
operand to the condition code register. The upper byte
of the source operand is ignored; the upper byte of the
status register is not altered.

Condition Codes:
\c22222
X Set to the value of bit 4 of the source operand.
N Set to the value of bit 3 of the source operand.
Z Set to the value of bit 2 of the source operand.
V Set to the value of bit 1 of the source operand.
C Set to the value of bit 0 of the source operand.

Instruction Format:
\i1-+---+--++u6Effective Address,3Mode,3Reg,

Instruction Fields:
Effective Address field -- Specifies the location of the source
operand. Only data addressing modes are allowed as shown:
\mBFF

Note: MOVE to CCR is a word operation. ANDI, ORI, and EORI
to CCR are byte operations.

Related Instructions:
ANDI to CCR,408
EORI to CCR,500
MOVE,455
MOVEA,456
MOVE from CCR,457
MOVE from SR,459
MOVE16,460
MOVEM,461
ORI to CCR,473
.457459